home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / CIS M31 / project / forms.css < prev    next >
Cascading Style Sheet File  |  2011-05-04  |  784b  |  22 lines

  1. /*
  2.     Forms Stylesheet for Everything Music
  3.     
  4.     Author: Richard Thomson
  5.     Date Created: 17 April 2011
  6.     Date Modified: 17 April 2011
  7.     
  8.     Filename: forms.css
  9. */
  10. #contacthead    {text-align: center}
  11. #contactexp        {font-size: 11pt; font-family: Tahoma}
  12. #contactexp    li    {font-size: 10pt; color: blue; font-style: italic}
  13. #contactform    {position: relative; left: 5px; width: 555px; font-family: Arial;
  14.                 font-size: 10pt}
  15. #contactform legend {color: red}
  16. #contactform span    {color:red}
  17. #firstname, #lastname    {width: 25em}
  18. #email    {width: 15em}
  19. #cell, #phone    {width: 10em}
  20. fieldset        {margin-bottom: 10px; padding: 10px; background-color: rgb(0,255,255)}
  21. label.blocklabel    {display: block; position: relative; margin: 12px 0px}
  22. label.blocklabel input    {position: absolute; left: 150px}